*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 May 1993 21:15:30 +0000 (21:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 May 1993 21:15:30 +0000 (21:15 +0000)
lisp/timezone.el

index ac6997f8603f13d1334bdbfa85cb681088bd6481..c2f932b16dde9bd5685856862527298573a1bf26 100644 (file)
@@ -1,6 +1,9 @@
 ;;; Timezone package for GNU Emacs
 
-;; Copyright(C) 1990, 1991, 1992 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+
+;;; Author: Masanobu Umeda
+;;; Maintainer: umerin@mse.kyutech.ac.jp
 
 ;; This file is part of GNU Emacs.
 
@@ -304,3 +307,5 @@ Recognize HH:MM:SS, HH:MM, HHMMSS, HHMM."
   (or (and (zerop  (% year 4))
           (not (zerop (% year 100))))
       (zerop (% year 400))))
+
+;;; timezone.el ends here